@charset "UTF-8";
/*** 公共 ****/
.main-box {
  padding: 5.1em 0 6.15em;
}

.fadeToUp {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  opacity: 0;
}

.is-active_after .fadeToUp {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
}

@media screen and (max-width: 991.98px){
  .head-place{
	display:block;	
  }
}

@media screen and (max-width: 767.98px) {
  .main-box {
    padding: 0.8rem 0 1rem;
  }
}
/*** banner ***/
.home-banbox {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.home-banbox .slide-imgs {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
.home-banbox .slide-bd {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 20;
  color: #fff;
}

.home-banWeb {
  width: 100%;
  height: 100vh;
  max-height: 960px;
  display: block;
  overflow: hidden;
  position: relative;
}
.home-banWeb .slide-bd {
  top: 35.83%;
}
.home-banWeb .slide-tit {
  font-size: 80px;
  font-size: 4em;
  line-height: 1.25em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.23);
}

.hmweb-ctrl {
  width: 1em;
  position: absolute;
  right: 4.6em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 30;
}

.hmweb-paging {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.hmweb-paging .bullet {
  width: 0.6em;
  height: 0.6em;
  display: block;
  border-radius: 100%;
  margin: 0 auto 1em;
  border: solid 2px #fff;
  cursor: pointer;
}
.hmweb-paging .active {
  background: #fff;
}

.hmweb-pause, .hmweb-play {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.hmweb-pause .icon, .hmweb-play .icon {
  width: 100%;
}
.hmweb-pause img, .hmweb-play img {
  width: 1em;
  height: 1em;
  display: block;
}
.hmweb-pause .tit, .hmweb-play .tit {
  width: 1em;
  font-size: 14px;
  font-size: 0.7em;
  line-height: 1.29em;
  color: #fff;
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(-1em, -50%);
  -webkit-transform: translate(-1em, -50%);
  font-weight: 200;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.23);
}
.hmweb-pause:hover .tit, .hmweb-play:hover .tit {
  display: block;
}

.hmweb-play {
  display: none;
}

.home-banApp {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.home-banApp .slide-imgs{
	height: 8rem;
}
.home-banApp .slide-imgs2 {
	width: 100%;
	position: relative;
}
.home-banApp .slide-imgs2 img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.home-banApp .slide-bd {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.home-banApp .slide-tit {
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  font-size: 0.5rem;
  line-height: 0.8rem;
}

.hmapp-ctrl {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  z-index: 30;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.hmapp-paging {
  display: block;
  margin: 0;
  position: relative;
  height: 0.2rem;
}
.hmapp-paging .bullet {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  margin: 0 0.15rem;
  border: solid 2px #fff;
  cursor: pointer;
}
.hmapp-paging .active {
  background: #fff;
}

.hmapp-pause, .hmapp-play {
  width: 0.3rem;
  display: block;
  margin: 0 0.15rem;
  position: relative;
  cursor: pointer;
}
.hmapp-pause img, .hmapp-play img {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
}

.hmapp-play {
  display: none;
}

/*** 图片新闻 ***/
.home-sect1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 4.1em;
}

.home-newsphoto {
  width: 53%;
  max-width: 780px;
  float: left;
  overflow: hidden;
  position: relative;
}
.home-newsphoto .box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.home-newsphoto .slide-imgs {
  width: 100%;
  height: 23.25em;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.home-newsphoto .slide-imgs::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: url("/Img/images/home-zhe.png") no-repeat center bottom;
  background-size: cover;
}
.home-newsphoto .slide-bd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  padding: 0 2.1em 2.2em;
}
.home-newsphoto .slide-tit {
  font-size: 30px;
  font-size: 1.5em;
  line-height: 1.27em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  color: #fff;
  max-height: 2.54em;
  overflow: hidden;
}

.photo-paging {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0;
  bottom: 1.4em !important;
  z-index: 30;
  padding: 0 3em;
}
.photo-paging .bullet {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
  margin: 0 5px;
  cursor: pointer;
}
.photo-paging .active {
  opacity: 1;
}

/*** 基层动态 ***/
.home-newsbox {
  width: 44%;
  float: right;
  max-width: 655px;
}
.home-newsbox .n-hd {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  padding-left: 0.5em;
  margin-bottom: 2.4em;
}
.home-newsbox .n-hd .lvtit {
  font-size: 32px;
  font-size: 1.6em;
  line-height: 1.3125em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  padding-bottom: 0.375em;
  position: relative;
}
.home-newsbox .n-hd .lvtit::after {
  content: '';
  display: block;
  width: 1.875em;
  height: 4px;
  background: #1791bb;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-newsbox .n-hd .lvtit a {
  display: block;
}
.home-newsbox .n-hd .more {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 3.25em;
  color: #999;
  display: block;
}

.hnews-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hnews-list li {
  width: 100%;
  position: relative;
  border-bottom: solid 1px #e6e6e6;
  padding: 1em 0;
}
.hnews-list li:first-child {
  padding-top: 0;
}
.hnews-list .box {
  width: 100%;
  height: 4em;
  display: flex;
  display: -webkit-flex;
}
.hnews-list .item-date.web {
  max-width: 88px;
  flex: 0 0 4.4em;
  -webkit-flex: 0 0 4.4em;
  border-right: solid 1px #44595c;
  padding-right: 3px;
  margin-right: 0.8em;
}
.hnews-list .item-date.web .dm {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  color: #1791bb;
}
.hnews-list .item-date.web .day {
  font-size: 34px;
  font-size: 1.7em;
  line-height: 1em;
}
.hnews-list .item-date.web .month {
  font-size: 18px;
  font-size: 0.9em;
  line-height: 1.333em;
}
.hnews-list .item-date.app {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #1a1a1a;
  margin-bottom: 0.13rem;
}
.hnews-list .item-bd {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
}
.hnews-list .tit {
  font-size: 1.1em;
  line-height: 1.4em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  height: 1.4em;
  overflow: hidden;
  margin-bottom: 0.5em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hnews-list .desc {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
}

/*** 公告 ***/
.home-sect2 {
  margin-bottom: 4.2em;
}

.hnoice-head {
  width: 100%;
  height: 2.1em;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  position: relative;
  border-left: solid 8px #1791bb;
  padding-left: 0.9em;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  margin-bottom: 2em;
  white-space: nowrap;
}
.hnoice-head .more {
  display: block;
  font-size: 0.28rem;
  line-height: 0.5rem;
  color: #999;
}

.hnotice-tablist {
  overflow: hidden;
}
.hnotice-tablist li {
  font-size: 24px;
  font-size: 1.2em;
  line-height: 1.5em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  padding: 0 0.75em;
  position: relative;
  color: #999;
  float: left;
}
.hnotice-tablist li::after {
  content: '';
  display: block;
  width: 2px;
  height: 1em;
  background: #8c8c8c;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.hnotice-tablist li:last-child::after {
  display: none;
}
.hnotice-tablist li.active {
  color: #333;
}
.hnotice-tablist a {
  display: block;
  cursor: pointer;
}

.hnotice-pane {
  display: none;
}
.hnotice-pane.active {
  display: block;
}

.hnotice-list {
  min-height: 160px;
  margin: 0 -2.75em -2.3em;
}
.hnotice-list li {
  padding: 0 2.75em;
  margin-bottom: 2.3em;
}
.hnotice-list .tit {
  font-size: 24px;
  font-size: 1.1em;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
}
.hnotice-list .desc {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.75em;
  height: 3.5em;
  overflow: hidden;
  margin-top: 0.625em;
}
.hnotice-list .time.web {
  font-size: 15px;
  font-size: 0.75em;
  line-height: 2em;
  color: #999;
  margin-top: 0.43em;
}
.hnotice-list .time.app {
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin-bottom: 0.13rem;
  color: #1a1a1a;
}

.hnotice-bot {
  margin-top: 2.75em;
}
.hnotice-bot .btn-more {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 2em;
  color: #1791bb;
  border-color: #1791bb;
  width: 9.875em;
  height: 2em;
  display: block;
  margin: 0 auto;
  border-radius: 1em;
}

/*** 快捷链接 ***/
.hmlink-swip {
  width: 100%;
  position: relative;
}
.hmlink-swip .swiper-slide {
  width: 33.33%;
}
.hmlink-swip .box {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.hmlink-swip .imgs {
  width: 100%;
  height: 32.5em;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.hmlink-swip .bd {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 4.25em 2em 0;
  color: #fff;
}
.hmlink-swip .tit {
  font-size: 42px;
  font-size: 2.1em;
  line-height: 1.5em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
}
.hmlink-swip .word {
  font-size: 28px;
  font-size: 1.4em;
  line-height: 1.57em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  padding-bottom: 0.75em;
  position: relative;
  min-height: 1.57em;
}
.hmlink-swip .word::after {
  content: '';
  display: block;
  width: 1.07em;
  height: 4px;
  background: #ffcc31;
  position: absolute;
  left: 0;
  bottom: 0;
}

/**** @meida min-width:1000px ****/
@media screen and (min-width: 1000px) {
  .home-newsphoto .swiper-slide:hover .slide-imgs {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }

  .home-newsbox .n-hd .lvtit:hover {
    color: #1791bb;
  }
  .home-newsbox .n-hd .more:hover {
    color: #1791bb;
  }

  .hnews-list li:hover .tit {
    color: #1791bb;
  }

  .hnotice-list li:hover .tit {
    color: #1791bb;
  }

  .hmlink-swip .swiper-slide:hover .imgs {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
/**** @meida max-width:1440px ****/
@media screen and (max-width: 1440px) {
  .hmlink-swip .tit {
    font-size: 2em;
  }
  .hmlink-swip .word {
    font-size: 1.2em;
  }
}
/**** @meida max-width:991.98px ****/
@media screen and (max-width: 991.98px) {
  .home-newsphoto .slide-imgs {
    height: 22.5em;
  }

  .photo-paging {
    padding: 0 1em;
  }

  .hnotice-list {
    margin-left: -1em;
    margin-right: -1em;
  }
  .hnotice-list li {
    padding: 0 1em;
  }
}
/**** @meida max-width:767.98px ****/
@media screen and (max-width: 767.98px) {
  .home-sect1 {
    margin-bottom: 0.9rem;
  }

  .home-newsphoto {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.94rem;
    float: none;
  }
  .home-newsphoto .slide-imgs {
    height: 3.95rem;
  }
  .home-newsphoto .slide-imgs::after {
    display: none;
  }
  .home-newsphoto .slide-bd {
    position: relative;
    height: 2.3rem;
    background: #015fb7;
    padding: 0.33rem 0.54rem 0 0.4rem;
  }
  .home-newsphoto .slide-tit {
    font-size: 0.36rem;
    line-height: 0.5rem;
    height: 1rem;
    max-height: none;
  }

  .photo-paging {
    bottom: 0.4rem !important;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .photo-paging .bullet {
    width: 0.6rem;
    height: 2px;
    margin: 0 0.05rem;
    border-radius: 0;
  }
  .photo-paging .active {
    height: 3px;
  }

  .home-newsbox {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .home-newsbox .n-hd {
    padding: 0;
    margin-bottom: 0.43rem;
  }
  .home-newsbox .n-hd .lvtit {
    padding: 0;
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .home-newsbox .n-hd .lvtit::after {
    display: none;
  }
  .home-newsbox .n-hd .more {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .hnews-list li {
    padding: 0.5rem 0 0.52rem;
  }
  .hnews-list .box {
    display: block;
    height: auto;
  }
  .hnews-list .tit {
    font-size: 0.36rem;
    line-height: 0.5rem;
    height: auto;
    margin: 0;
  }

  .home-sect2 {
    margin-bottom: 1rem;
  }

  .hnoice-head {
    padding-left: 0;
    border-left: none;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: auto;
    margin-bottom: 0.4rem;
  }

  .hnotice-tablist {
    margin: 0 -0.4rem;
  }
  .hnotice-tablist li {
    font-size: 0.4rem;
    line-height: 0.6rem;
    padding: 0 0.4rem;
  }

  .hnotice-list {
    margin: 0;
  }
  .hnotice-list li {
    padding: 0.5rem 0;
    margin: 0;
    border-bottom: solid 1px #dcdcdc;
  }
  .hnotice-list li:first-child {
    padding-top: 0;
  }
  .hnotice-list .tit {
    font-size: 0.36rem;
    line-height: 0.5rem;
    height: auto;
    max-height: 1rem;
    overflow: hidden;
    margin: 0;
    white-space: normal;
  }
  .hnotice-list .desc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    height: auto;
    max-height: 0.96rem;
    margin-top: 0.4rem;
  }

  .hmlink-swip .imgs {
    height: 8.8rem;
  }
  .hmlink-swip .bd {
    padding: 0.84rem 0.4rem 0;
  }
  .hmlink-swip .tit {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .hmlink-swip .word {
    font-size: 0.42rem;
    line-height: 0.62rem;
    padding: 0.06rem 0 0.24rem;
    min-height: 0.62rem;
  }
  .hmlink-swip .word::after {
    width: 0.6rem;
    height: 2px;
  }
}

/*# sourceMappingURL=index.css.map */
